home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Games / Tetris / Source / Makefile < prev    next >
Encoding:
Makefile  |  1993-07-10  |  1.1 KB  |  52 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = Tetris
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = Tetris.tiff
  16. GLOBAL_RESOURCES = Tetris.nib ColorBlock1.tiff ColorBlock2.tiff\
  17.                    ColorBlock3.tiff ColorBlock4.tiff MonoBlock1.tiff\
  18.                    MonoBlock2.tiff MonoBlock3.tiff MonoBlock4.tiff
  19.  
  20. CLASSES = Minimatrix.m NextMatrix.m Piece.m ScoreKeeper.m TetApp.m\
  21.           TetMatrix.m
  22.  
  23. HFILES = Minimatrix.h NextMatrix.h Piece.h ScoreKeeper.h TetApp.h\
  24.          TetMatrix.h
  25.  
  26. MFILES = Tetris_main.m
  27.  
  28. PSWFILES = wraps.psw
  29.  
  30.  
  31.  
  32. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  33. MAKEFILE = app.make
  34. INSTALLDIR = $(HOME)/Apps
  35. INSTALLFLAGS = -c -s -m 755
  36. SOURCEMODE = 444
  37.  
  38. ICONSECTIONS =    -sectcreate __ICON app Tetris.tiff
  39.  
  40. LIBS = -lMedia_s -lNeXT_s
  41. DEBUG_LIBS = $(LIBS)
  42. PROF_LIBS = $(LIBS)
  43.  
  44.  
  45. -include Makefile.preamble
  46.  
  47. include $(MAKEFILEDIR)/$(MAKEFILE)
  48.  
  49. -include Makefile.postamble
  50.  
  51. -include Makefile.dependencies
  52.